home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_stationary naval resource.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  314 b   |  27 lines

  1. //
  2. // Stationary Naval Resource AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        Specifically for non-moving fish.
  7. //
  8. //    Notes:
  9. //
  10. //    Known Problems:
  11. //
  12.  
  13. Dying
  14. {
  15.     AlwaysTrue true(ResourcesDepleting)
  16. }
  17.  
  18. ResourcesDepleting
  19. {
  20.     ResourceDepleted true(UnitRotting)
  21. }
  22.  
  23. UnitRotting
  24. {
  25.     UnitRottedAway true(Dead)
  26. }
  27.